home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1742 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news3.noc.netcom.net!zdc!zippo!usenet
  3. From: Jim McFarland <jgm6@orkand.em.cdc.gov>
  4. Subject: Re: Visual C++
  5. Content-Type: text/plain; charset=us-ascii
  6. Sender: usenet@news.zippo.com
  7. Content-Transfer-Encoding: quoted-printable
  8. Nntp-Posting-Host: 158.111.166.77
  9. Organization: The Orkand Corporation
  10. Message-ID: <DL2JpC.8yt@news.zippo.com>
  11. References: <4cka82$rmm@news.tamu.edu> <4cs7le$963@ornews.intel.com> <4cumsj$o9t@btree.brooktree.com> <4d0vb7$q49@darwin.i3s.net>
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13. Mime-Version: 1.0
  14. Date: Fri, 12 Jan 1996 12:51:12 GMT
  15.  
  16. BPARR@ wrote:
  17. >In <4cumsj$o9t@btree.brooktree.com>, sasha@brooktree.com (Alex Bakaev) writes:
  18. >>Utter rubbish. Show me at least one Win95 or Win NT component written
  19. >>in MFC. Stop this mindless promotion of MFC, please. At least in the
  20. >>C++ newsgroup.
  21. >>
  22. >>Alex
  23. >>
  24. >Can programs be writen for windows/win95 using Visual C++ without using the MFC?  I can program some in C and am trying to learn C+=
  25. + but even the most simple program in C++ I need to know and know haow to use many of the MFC classes.  Is there an easier/other way=
  26. ?
  27. >
  28. >Bob
  29.  
  30. Of course.  You can write straight to the Win32 API and not use MFC.  
  31. Don't kid yourself into thinking that is easier than MFC programming.  
  32. You have to learn lower level Windows programming instead of the MFC 
  33. class hierarchy, and the Visual C++ code generating capabilities will not 
  34. be avaiable to you.  If you are writing components, then you can be 
  35. justified in avoiding MFC, but if you are writing applications and not 
  36. using some sort of application framework (MFC, OWL, zApp, etc.) then you 
  37. better be sure you know what you are doing or you are setting yourself up 
  38. for a productivity hit.
  39.  
  40. Jim
  41.  
  42.